home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Visual Basic Toolbox
/
Visual Basic Toolbox (P.I.E.)(1996).ISO
/
database
/
mdbguru
/
default.frt
< prev
next >
Wrap
Text File
|
1995-02-24
|
1KB
|
40 lines
VERSION 2.00
Begin Form <<formname>>
BackColor = &H8000000F&
BorderStyle = 3 'Fixed Double
Caption = "<<caption>>"
ClientHeight = 5805
ClientLeft = 645
ClientTop = 1035
ClientWidth = 7575
ControlBox = 0 'False
Height = 6210
Left = 585
LinkTopic = "<<formname>>"
ScaleHeight = 5805
ScaleWidth = 7575
Top = 690
Width = 7695
Begin CommandButton bForm
Caption = "&Cancel"
Height = 495
Index = 1
Left = 1380
TabIndex = 1
Top = 5160
Width = 1215
End
Begin CommandButton bForm
Caption = "&Ok"
Height = 495
Index = 0
Left = 120
TabIndex = 0
Top = 5160
Width = 1215
End
<<fieldcontrols>>
End
Option Explicit